home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / sparc / vfork.S < prev   
Encoding:
Text File  |  1994-07-18  |  987 b   |  26 lines

  1. /* Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  2.  
  3. The GNU C Library is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU Library General Public License as
  5. published by the Free Software Foundation; either version 2 of the
  6. License, or (at your option) any later version.
  7.  
  8. The GNU C Library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11. Library General Public License for more details.
  12.  
  13. You should have received a copy of the GNU Library General Public
  14. License along with the GNU C Library; see the file COPYING.LIB.  If
  15. not, write to the Free Software Foundation, Inc., 675 Mass Ave,
  16. Cambridge, MA 02139, USA.  */
  17.  
  18. #include <sysdep.h>
  19.  
  20. /* Go directly into __vfork, don't do anything with the stack ptr.  */
  21.  
  22. ENTRY(vfork)
  23.     sethi %hi(C_SYMBOL_NAME(__vfork)), %g1
  24.     jmp %g1 + %lo(C_SYMBOL_NAME(__vfork))
  25.     nop
  26.